const github.com/klauspost/compress/zstd.bestLongTableSize

3 uses

	github.com/klauspost/compress/zstd (current package)
		enc_best.go#L16: 	bestLongTableSize = 1 << bestLongTableBits // Size of the table
		enc_best.go#L72: 	longTable     [bestLongTableSize]prevEntry
		enc_best.go#L90: 			e.longTable = [bestLongTableSize]prevEntry{}